home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / misc / appletb / factory.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1997-05-07  |  953b  |  40 lines

  1. object Form1: TForm1
  2.   Left = 274
  3.   Top = 195
  4.   BorderStyle = bsDialog
  5.   Caption = 'URL Label demo'
  6.   ClientHeight = 227
  7.   ClientWidth = 272
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 6
  18.     Top = 9
  19.     Width = 257
  20.     Height = 101
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 
  24.       'Homepage URL := '#39'http://www.estpak.ee/~ahto/index.htm'#39' and e-mai' +
  25.       'l address URL := '#39'mailto:ahto@estpak.ee?subject=TUrlLabel'#39'. Plea' +
  26.       'se see UrlLabel.txt for important information for Netscape Navig' +
  27.       'ator... See source of project for properties...'
  28.     WordWrap = True
  29.   end
  30.   object Button1: TButton
  31.     Left = 100
  32.     Top = 191
  33.     Width = 75
  34.     Height = 23
  35.     Caption = 'OK'
  36.     TabOrder = 0
  37.     OnClick = Button1Click
  38.   end
  39. end
  40.